home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / GRAPTIES / FINGER_P.LZH / MANUAL.DOC < prev    next >
Text File  |  1988-03-27  |  8KB  |  206 lines

  1. /*******************************************************/
  2. /*  FINGER PAINT (TM)      Version 2.00                */
  3. /*  (C) Copyright, Poisson Technology, 1987, 1988.     */
  4. /*  All Rights Reserved.                               */
  5. /*                                                     */
  6. /*  Address : 816 Gregory Court                        */
  7. /*            Fremont, California 94539                */
  8. /*            U.S.A.                                   */
  9. /*******************************************************/
  10.  
  11. .  Finger Paint supports EGA(640x350), Hercules(720x348) and
  12.    CGA(640x200) graphics modes.
  13.  
  14. .  Finger Paint uses keyboard keys and mouse to draw pictures.
  15.  
  16. .  Six different fonts are included, and each one can have 81
  17.    different sizes.
  18.  
  19. .  Movie command can play cartoon on screen.
  20.  
  21. .  Finger Paint stores two pages in memory, and graph data can
  22.    be interchanged between pages by using CUT and PASTE functions.
  23.  
  24. .  Easy to learn command line messages tell you what to do next
  25.    in each command.
  26.  
  27. .  The full size printout will fit on the 8.5x11 paper.  Each
  28.    page has 537(x) x 750(y) pixels.
  29.  
  30. .  There are 29 commands in total.  20 commands can be accessed
  31.    directly thru function keys.
  32.  
  33. .  [F1]     : pressing the function key F1.
  34.    [ALT F1] : pressing ALT first, keep it pressed, and then F1 keys.
  35.    [click] :  position the mouse, press the left button then release it.
  36.  
  37. .  Please use the '+' key on the numeric keypad.
  38.  
  39.  
  40.  
  41. Function Keys   Command      Comment
  42. -------------   -------      --------------------------------------
  43. [F1]             Line        Draw a line between two points.
  44. [F2]             Circle      Draw a circle with different X & Y radii.
  45. [F3]             Rect        Draw a rectange between two diagonal points.
  46. [F4]             Scroll      Scroll the picture up or down.
  47. [F5]             Draw        Free hand drawing.
  48. [F6]             Octagon     Draw a rectangle with rounded corners.
  49. [F7]             Text        Move cursor, Edit text, Set text size, Select font.
  50. * enter a line of text each time, text font and size can be changed
  51.   interactively before the next line is entered.
  52.  
  53. [F8]             Pattern     Select the pattern number for fill use.
  54. * or [click] the pattern.
  55.  
  56. [F9]             Erase       Erase a square( X:Y = 8:4 pixels) area.
  57. [F10]            Magnify     Zoom in around the cursor.(Fat Bit)
  58. [ALT F1]         Spline      Bend the middle point of a three-point curve.
  59. [ALT F2]         Global      View the whole page.
  60. [ALT F3]         Bline       Bend the end point of a line.
  61. [ALT F4]         Undo        Recover the picture to the previous command.
  62. [ALT F5]         Brush       Brush the screen or select the brush type.
  63. [ALT F6]         Window      Cut, Paste or Move part of the picture.
  64. [ALT F7]         Flush       Flush the enclosd area with patterns.
  65. [ALT F8]         Linem       Multiple lines with the same starting point
  66. [ALT F9]         Spray       Spary paint the screen.
  67. [ALT F10]        Swappage    Swap between page 1 and 2.
  68.  
  69.  
  70.  
  71. Command Line commands :
  72. -----------------------
  73.  
  74. Command       Comment
  75. -------       --------------------------------
  76. Quit          Exit the program.
  77. Lwidth        Set the line width for drawing.
  78. * or [click] the linewidth triangle on the lower left corner.
  79.  
  80. Loadpic       Load the picture from disk to memory.
  81.               please select compressed data in Version 1.20 and later.
  82.  
  83. Savepic       Save the picture from memory to the disk in compressed format.
  84.  
  85. Disp_Dir      Display the current directory name.
  86.  
  87. Hardcopy      Print graph using HP Laser, EPSON FX, or IBM proprinter
  88.               compatible printers.
  89.  
  90. (Only 150 dots/inch HP LaserJet Printer driver is included in non-registered
  91. copy.  Registered users can get full size laser printer and dot matrix
  92. printer support. See PRINTER.DOC for lists of supported printers.)
  93.  
  94. * To speed up printing, there is no error handling routine during
  95. printing. Please don't put printer offline during printing.  Make
  96. sure you save the screen image before printing.
  97.  
  98. Clear         Clear the current page image.
  99.  
  100. Fill          Toggle the FILL mode of RECTANGLE, CIRCLE, SPLINE, and BLINE.
  101. * [click] the master fill pattern on the bottom of screen.
  102.  
  103. Demo_Pic      Continuous scrolling of all DEMO*.PIC files.  200 pictures max.
  104.  
  105. Moive         See MOVIE.DOC for detailed descriptions.
  106.  
  107. Disk File Descriptions:
  108. -----------------------
  109.  
  110. README              Introduction letter from Author.
  111. F        COM        The Finger Paint Master Program.
  112. F        000        The Finger Paint subprogram.
  113. F        001        The Finger Paint subprogram.
  114. F        002        The Finger Paint subprogram.
  115.  
  116. MANUAL   DOC        Documentation file from Author.
  117. MOVIE    DOC        Description of Movie making principle and procedure.
  118. PRINTER  DOC        List of supported Lasers and dot matrix printers for
  119.                     registered users. ( over 160 printers! )
  120.  
  121. HERC     FON        Text Font file for Hercules and EGA mode.
  122. MINI     FON        Text Font file for small character.
  123. ROMANS   FON        Small size Roman font.
  124. ROMANL   FON        Large size Roman font.
  125. BOLDS    FON        Small size Bold font.
  126. BOLDL    FON        Large size Bold font.
  127. PLAINS   FON        Small size Plain font.
  128. PLAINL   FON        Large size Plain font.
  129.  
  130. CARTOON1 PIC        Page 1 cartoon picture file for EGA and Hercules mode.
  131. CARTOON2 PIC        Page 2 cartoon picture file for EGA and Hercules mode.
  132.  
  133. CGA1     PIC        Page 1 cartoon picture file for CGA.
  134. CGA2     PIC        Page 2 cartoon picture file for CGA.
  135.  
  136. DEMO1    PIC        Picture file - Copyright notice and introduction.
  137. DEMO2    PIC        Picture file - Madonna.
  138. DEMO3    PIC        Picture file - Lady and Gentlemen.
  139. DEMO4    PIC        Picture file - U.S.A. map.
  140. DEMO5    PIC        Picture file - World map.
  141. DEMO6    PIC        Picture file - Galloping horses.
  142. DEMO7    PIC        Picture file - Trees.
  143. DEMO8    PIC        Picture file - Font variations and drawing tips.
  144.  
  145.  
  146. Version 2.00 Release Notes:
  147. ---------------------------
  148.  
  149.   New features:
  150.  
  151.    1. Line width, fill pattern, and fill toggle can be changed during
  152.       each edit session.
  153.  
  154.    2. The OCTAGON command is added to draw a rectangle with rounded corners.
  155.  
  156.    3. TEXT command edits a line at a time instead of the whole paragraph.
  157.       The text font and size can be changed interactively before the
  158.       next line is entered.  Three large and three small fonts have been
  159.       added to this release.
  160.  
  161.    4. MOVIE command is added to let you have fun with your drawings.
  162.  
  163.    5. CARTOON*.PIC, CGA*.PIC and MOVIE.DOC are added for MOVIE command use.
  164.  
  165.    6. In EGA mode, two color bars are added to let the screen look more
  166.       pleasant.  Because FINGER PAINT operates in B/W mode, so the color
  167.       will be erased when you move the cursor across color banner.
  168.  
  169. Notes for mouse users:
  170. ---------------------
  171.  
  172.   1. The line width can be changed by clicking in the lower left triangular
  173.      linewidth area.
  174.  
  175.   2. Click the master fill pattern can toggle the fill mode. If FILL ON then
  176.      the rectange, circle, spline  and bline area will be filled with the
  177.      pattern.
  178.  
  179.   3. Master pattern can be changed by clicking the individual pattern.
  180.  
  181.  
  182. Registration Note:
  183. ------------------
  184.   (C) Copyright, Poisson Technology, 1987, 1988. ALL RIGHTS RESERVED.
  185.   FINGER PAINT is the trademark of Poisson Technology.
  186.   Unauthorized use, distribution or duplication is strictly
  187.   prohibited by law.
  188.  
  189.     Poisson Technology
  190.     816 Gregory Court
  191.     Fremont, CA 94539
  192.     U. S. A.
  193.  
  194.   If you wish to be on our mailing list and become a registered
  195.   user, simply send U.S.$20 to the address above.
  196.  
  197.   International user please send check or money in U.S. dollars.
  198.   No foreign currency or foreign bank note please.
  199.  
  200.   You will also receive a 5 1/4 disk with the printer driver routine
  201.   for FREE See PRINTER.DOC for details.  Please feel free to mail your
  202.   comments, checks and suggestions to the above address. Thank you
  203.  
  204.  
  205.   * price and terms subject to change
  206.